/* ============================================
   THE LOOP — Book Launch Site Styles
   Mobile-first · Cinematic thriller aesthetic
   Sales flow: direct-first (ebook + soundtrack → signed → Amazon)
   ============================================ */

/* === RESET === */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', system-ui, sans-serif;
  background-color: #0A0A0A;
  color: #E5E5E5;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button, input {
  font: inherit;
}

/* === ACCESSIBILITY === */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.skip-link {
  position: absolute;
  top: -100px;
  left: 0;
  background: #FFFFFF;
  color: #0A0A0A;
  padding: 12px 24px;
  z-index: 9999;
  font-weight: 700;
}

.skip-link:focus {
  top: 0;
}

/* === TYPOGRAPHY === */
.pre-headline {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #888888;
  margin-bottom: 1rem;
}

.section-heading {
  font-family: 'Anton', sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 1rem;
}

.section-sub {
  font-size: 1rem;
  color: #888888;
  margin-bottom: 2rem;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

/* === BUTTONS === */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 16px 28px;
  text-align: center;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 200ms ease;
  min-height: 56px;
  line-height: 1.2;
}

/* Primary — DIRECT EBOOK (the main conversion path) */
.btn-primary {
  background-color: #C81515;
  color: #FFFFFF;
}

.btn-primary:hover {
  background-color: #7A0E0E;
  transform: scale(1.02);
}

.btn-primary:active {
  transform: scale(0.98);
}

/* Premium — SIGNED PAPERBACK (collector edition, amber accent) */
.btn-premium {
  background-color: transparent;
  color: #FFB400;
  border: 2px solid #FFB400;
}

.btn-premium:hover {
  background-color: #FFB400;
  color: #0A0A0A;
  transform: scale(1.02);
}

.btn-premium:active {
  transform: scale(0.98);
}

/* Secondary — trailer, Amazon-in-offers, etc. */
.btn-secondary {
  background-color: transparent;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}

.btn-secondary:hover {
  background-color: #FFFFFF;
  color: #0A0A0A;
}

.btn-small {
  padding: 12px 24px;
  font-size: 0.75rem;
  min-height: 44px;
}

/* Amazon — secondary text link, low emphasis */
.amazon-link {
  display: inline-block;
  margin-top: 16px;
  font-size: 0.8125rem;
  color: #888888;
  letter-spacing: 0.02em;
  border-bottom: 1px solid rgba(136,136,136,0.4);
  padding-bottom: 2px;
  transition: color 200ms ease, border-color 200ms ease;
}

.amazon-link:hover {
  color: #FFFFFF;
  border-color: #FFFFFF;
}

.cta-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 2rem;
  align-items: stretch;
}

/* === STICKY DESKTOP NAV === */
.sticky-desktop-nav {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 100;
  align-items: center;
  gap: 12px;
}

.sticky-desktop-link {
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  transition: all 200ms ease;
}

.sticky-desktop-link:hover {
  border-color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.05);
}

.sticky-desktop-cta {
  background-color: #C81515;
  color: #FFFFFF;
  padding: 12px 24px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  transition: all 200ms ease;
}

.sticky-desktop-cta:hover {
  background-color: #7A0E0E;
}

/* === MOBILE STICKY BAR === */
.mobile-sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background-color: #0A0A0A;
  border-top: 1px solid rgba(200, 21, 21, 0.5);
  display: flex;
  z-index: 100;
  transform: translateY(100%);
  transition: transform 300ms ease;
}

.mobile-sticky-bar.visible {
  transform: translateY(0);
}

.mobile-cta-half {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  padding: 0 8px;
}

/* First half = direct ebook (primary, red) */
.mobile-cta-half:first-child {
  background-color: #C81515;
}

/* Second half = signed paperback (premium, amber text on dark) */
.mobile-cta-premium {
  color: #FFB400;
  border-left: 1px solid #1A1A1A;
}

/* === SECTION 1 — HERO === */
.hero {
  position: relative;
  min-height: 90vh;
  padding: 80px 24px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-color: #0A0A0A; /* solid fallback if hero image missing */
  background-image: linear-gradient(to bottom, rgba(10,10,10,0.85) 0%, rgba(10,10,10,0.95) 100%), url('assets/hero-bg-vegas-night.jpg');
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 600px;
  width: 100%;
}

/* --- BOOK COVER (hardened) --- */
.hero-cover-wrap {
  margin: 24px auto 32px;
  width: 100%;
  max-width: 240px;
  perspective: 1000px;
  position: relative;
}

.hero-cover {
  width: 100%;
  height: auto;
  display: block;
  transform: rotateY(-3deg) rotateX(2deg);
  filter: drop-shadow(0 20px 60px rgba(200, 21, 21, 0.35));
  transition: transform 400ms ease;
}

.hero-cover:hover {
  transform: rotateY(0) rotateX(0) scale(1.02);
}

/* Fallback faux-cover — hidden unless the real cover image fails to load.
   Keeps the hero's left side presentable during pre-launch before the
   real assets/book-cover-the-loop.png is added. */
.cover-placeholder {
  display: none;
}

.hero-cover-wrap.cover-missing {
  aspect-ratio: 2 / 3;
  background: linear-gradient(160deg, #1F1F1F 0%, #0A0A0A 100%);
  border: 1px solid rgba(200, 21, 21, 0.45);
  box-shadow: 0 20px 60px rgba(200, 21, 21, 0.25);
  display: flex;
}

.hero-cover-wrap.cover-missing .hero-cover {
  display: none;
}

.hero-cover-wrap.cover-missing .cover-placeholder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 100%;
  height: 100%;
  padding: 28px 22px;
  text-align: center;
}

.cover-ph-pre {
  font-family: 'Inter', sans-serif;
  font-size: 0.5625rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #888888;
}

.cover-ph-title {
  font-family: 'Anton', sans-serif;
  font-size: 2.75rem;
  line-height: 0.95;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.cover-ph-author {
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #C81515;
}

.hero-headline {
  font-family: 'Inter', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
}

.hero-headline .accent {
  color: #C81515;
}

.hero-title-block {
  margin: 2rem 0;
}

.hero-title {
  font-family: 'Anton', sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.hero-subtitle {
  font-size: 0.875rem;
  color: #888888;
  font-style: italic;
  letter-spacing: 0.02em;
}

.hero-cta-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 2rem;
  align-items: stretch;
}

.scroll-cue {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: #888888;
  margin-top: 3rem;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(8px); }
}

/* === SECTION 2 — TRAILER === */
.trailer {
  padding: 64px 24px;
  text-align: center;
  background-color: #0A0A0A;
}

.section-anchor {
  font-family: 'Anton', sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0.5rem 0 2rem;
}

.trailer-embed {
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  border: 1px solid #C81515;
  box-shadow: 0 0 80px rgba(200, 21, 21, 0.15);
  background-color: #000;
}

.trailer-embed iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.trailer-tagline {
  font-size: 1.125rem;
  font-weight: 600;
  color: #FFFFFF;
  margin: 2rem 0;
}

/* === SECTION 3 — STORY HOOK === */
.story {
  padding: 80px 24px;
  text-align: center;
  background-color: #0A0A0A;
  background-image: url('assets/film-grain-overlay.png');
  background-repeat: repeat;
  background-blend-mode: overlay;
}

.pull-quote {
  font-family: 'Anton', sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 3rem;
}

.synopsis {
  max-width: 600px;
  margin: 0 auto 3rem;
  text-align: left;
}

.synopsis p {
  font-size: 1rem;
  line-height: 1.8;
  color: #E5E5E5;
  margin-bottom: 1.25rem;
}

.synopsis .emphasis {
  text-align: center;
  font-style: italic;
  color: #FFFFFF;
  font-weight: 600;
  margin-top: 2rem;
}

.callout-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.pill {
  background-color: rgba(200, 21, 21, 0.1);
  color: #C81515;
  border: 1px solid rgba(200, 21, 21, 0.3);
  padding: 6px 14px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* === SECTION 4 — OFFERS / CHOOSE YOUR COPY === */
.offers {
  padding: 80px 24px;
  text-align: center;
  background-color: #0A0A0A;
}

.offers-sub {
  font-size: 1rem;
  color: #888888;
  max-width: 560px;
  margin: 0 auto 3.5rem;
  line-height: 1.6;
}

.offer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  max-width: 1120px;
  margin: 0 auto;
}

.offer-card {
  background-color: #1A1A1A;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 40px 28px;
  text-align: left;
  display: flex;
  flex-direction: column;
  position: relative;
}

.offer-card-featured {
  border-color: #C81515;
  box-shadow: 0 0 60px rgba(200, 21, 21, 0.15);
}

.offer-card-premium {
  border-color: rgba(255, 180, 0, 0.5);
}

.offer-badge {
  position: absolute;
  top: -12px;
  left: 28px;
  background-color: #C81515;
  color: #FFFFFF;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 12px;
}

.offer-badge-gold {
  background-color: #FFB400;
  color: #0A0A0A;
}

.offer-eyebrow {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #888888;
  margin-bottom: 0.75rem;
}

.offer-title {
  font-family: 'Anton', sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.05;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 0.75rem;
}

.offer-price {
  font-size: 1.125rem;
  font-weight: 700;
  color: #C81515;
  margin-bottom: 1.5rem;
}

.offer-card-premium .offer-price {
  color: #FFB400;
}

.offer-card-secondary .offer-price {
  color: #888888;
}

.offer-list {
  list-style: none;
  margin-bottom: 2rem;
  flex: 1;
}

.offer-list li {
  font-size: 0.9375rem;
  color: #E5E5E5;
  padding: 8px 0 8px 26px;
  position: relative;
  line-height: 1.5;
}

.offer-list li::before {
  content: "\2713"; /* check mark */
  position: absolute;
  left: 0;
  color: #C81515;
  font-weight: 700;
}

.offer-card-premium .offer-list li::before {
  color: #FFB400;
}

.offer-list-muted {
  color: #888888 !important;
}

.offer-list-muted::before {
  content: "\2014" !important; /* em dash */
  color: #888888 !important;
}

.offer-cta {
  width: 100%;
}

.offer-note {
  font-size: 0.75rem;
  color: #888888;
  text-align: center;
  margin-top: 1rem;
}

/* === SECTION 5 — SOCIAL PROOF === */
.social-proof {
  padding: 64px 24px;
  text-align: center;
  background-color: #0A0A0A;
}

.testimonial-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  max-width: 1024px;
  margin: 0 auto;
}

.testimonial-card {
  background-color: #1A1A1A;
  padding: 32px;
  border-left: 3px solid #C81515;
}

.stars {
  color: #FFB400;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}

.testimonial-card blockquote {
  font-size: 1rem;
  font-style: italic;
  color: #FFFFFF;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.testimonial-card cite {
  color: #888888;
  font-size: 0.875rem;
  font-style: normal;
}

/* === SECTION 6 — AUTHOR === */
.author {
  padding: 80px 24px;
  background-color: #0A0A0A;
}

.author-photo-wrap {
  max-width: 360px;
  margin: 0 auto 2rem;
  position: relative;
}

.author-photo {
  width: 100%;
  height: auto;
  display: block;
  filter: grayscale(20%) contrast(1.05);
}

/* Author photo fallback */
.photo-placeholder {
  display: none;
}

.author-photo-wrap.photo-missing {
  aspect-ratio: 3 / 4;
  background-color: #1A1A1A;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.author-photo-wrap.photo-missing .author-photo {
  display: none;
}

.author-photo-wrap.photo-missing .photo-placeholder {
  display: block;
  font-family: 'Anton', sans-serif;
  font-size: 1.5rem;
  color: #888888;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.author-text {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.author-name {
  font-family: 'Anton', sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 0.5rem;
}

.author-title {
  font-size: 0.875rem;
  color: #888888;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
}

.author-bio {
  text-align: left;
  margin-bottom: 2rem;
}

.author-bio p {
  font-size: 1rem;
  line-height: 1.8;
  color: #E5E5E5;
  margin-bottom: 1.25rem;
}

/* === SECTION 7 — EMAIL CAPTURE === */
.email-capture {
  padding: 48px 24px;
  background-color: #0A0A0A;
}

.email-card {
  background-color: #1A1A1A;
  border: 1px solid rgba(200, 21, 21, 0.3);
  padding: 48px 32px;
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}

.email-heading {
  font-family: 'Anton', sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 1rem;
}

.email-sub {
  font-size: 0.875rem;
  color: #E5E5E5;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.email-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 1rem;
}

.email-form input[type="email"] {
  width: 100%;
  padding: 16px 20px;
  background-color: #0A0A0A;
  border: 1px solid #888888;
  color: #FFFFFF;
  font-size: 1rem;
  min-height: 56px;
  border-radius: 4px;
  transition: border-color 200ms ease;
}

.email-form input[type="email"]:focus {
  outline: none;
  border-color: #C81515;
}

.email-form input[type="email"]::placeholder {
  color: #888888;
}

.email-form button {
  width: 100%;
}

.email-micro {
  font-size: 0.75rem;
  color: #888888;
}

/* === SECTION 8 — SOCIAL FOLLOW === */
.social-follow {
  padding: 48px 24px;
  text-align: center;
  background-color: #0A0A0A;
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  max-width: 400px;
  margin: 2rem auto 0;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1A1A1A;
  color: #FFFFFF;
  height: 72px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
  transition: all 200ms ease;
  border: 1px solid transparent;
}

.social-icon:hover {
  background-color: #C81515;
  border-color: #C81515;
}

/* === SECTION 9 — INSTITUTIONAL / MISSION ZONE === */
.institutional-zone {
  background-color: #1A1A1A;
  border-top: 4px solid #C81515;
  border-bottom: 1px solid #1A1A1A;
  padding: 64px 24px;
}

.institutional-block {
  max-width: 1024px;
  margin: 0 auto 64px;
  text-align: center;
}

.institutional-block:last-of-type {
  margin-bottom: 0;
}

/* 9A — Intro */
.institutional-headline {
  font-family: 'Anton', sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0.5rem 0 1.5rem;
}

.institutional-headline .accent {
  color: #C81515;
}

.institutional-lede {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #E5E5E5;
  max-width: 720px;
  margin: 0 auto;
}

/* 9B — Who It Serves */
.block-eyebrow {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #888888;
  margin-bottom: 1.5rem;
}

.serves-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.serves-card {
  background-color: #0A0A0A;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  transition: border-color 200ms ease;
}

.serves-card:hover {
  border-color: rgba(200, 21, 21, 0.5);
}

.serves-icon {
  font-size: 1.5rem;
}

.serves-label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #E5E5E5;
  text-align: center;
}

/* 9C — Pillars */
.block-heading {
  font-family: 'Anton', sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 2rem;
}

.block-sub {
  font-size: 1rem;
  color: #E5E5E5;
  margin-bottom: 2rem;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.block-body {
  font-size: 1rem;
  line-height: 1.7;
  color: #E5E5E5;
  margin-bottom: 2rem;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.pillars-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  text-align: left;
}

.pillar-card {
  background-color: #0A0A0A;
  border-left: 3px solid #C81515;
  padding: 24px;
}

.pillar-num {
  font-family: 'Anton', sans-serif;
  font-size: 2rem;
  color: #C81515;
  margin-bottom: 0.5rem;
  line-height: 1;
}

.pillar-title {
  font-family: 'Anton', sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 0.75rem;
}

.pillar-body {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #E5E5E5;
}

/* 9D — Materials */
.materials-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  text-align: left;
}

.material-card {
  background-color: #0A0A0A;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  transition: border-color 200ms ease;
}

.material-card:hover {
  border-color: rgba(200, 21, 21, 0.4);
}

.material-eyebrow {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #C81515;
  margin-bottom: 0.5rem;
}

.material-title {
  font-family: 'Anton', sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 1rem;
}

.material-body {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #E5E5E5;
  margin-bottom: 1.5rem;
  flex: 1;
}

/* 9E — Partnership CTA */
.partnership-cta-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
  margin-bottom: 2rem;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.partnership-footer {
  font-size: 0.875rem;
  color: #888888;
  line-height: 1.7;
}

.institutional-fineprint {
  font-size: 0.75rem;
  color: #888888;
  font-style: italic;
}

/* 9F — Disclaimer */
.institutional-disclaimer {
  max-width: 720px;
  margin: 32px auto 0;
  text-align: center;
  font-size: 0.6875rem;
  color: #888888;
  line-height: 1.5;
  padding: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

/* === FOOTER === */
footer {
  padding: 40px 24px 80px;
  text-align: center;
  background-color: #0A0A0A;
  border-top: 1px solid #1A1A1A;
}

.footer-buy {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px 12px;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
}

.footer-buy a {
  color: #E5E5E5;
  font-weight: 600;
  border-bottom: 1px solid rgba(200, 21, 21, 0.4);
  padding-bottom: 2px;
  transition: color 200ms ease;
}

.footer-buy a:hover {
  color: #C81515;
}

.footer-buy span {
  color: #888888;
}

.footer-tagline {
  font-size: 0.875rem;
  color: #E5E5E5;
  margin-bottom: 0.5rem;
}

.footer-meta {
  font-size: 0.75rem;
  color: #888888;
  margin-bottom: 1rem;
}

.footer-legal {
  font-size: 0.75rem;
  color: #888888;
}

.footer-legal a {
  color: #888888;
  text-decoration: underline;
}

.footer-legal a:hover {
  color: #FFFFFF;
}

/* ============================================
   TABLET (640px+)
   ============================================ */
@media (min-width: 640px) {
  .hero-cta-group {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero-cta-group .btn {
    flex: 1 1 auto;
    min-width: 220px;
  }

  .cta-group {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }

  .cta-group .btn {
    flex: 0 1 auto;
    min-width: 220px;
  }

  .email-form {
    flex-direction: row;
  }

  .email-form input[type="email"] {
    flex: 1;
  }

  .email-form button {
    width: auto;
    flex-shrink: 0;
  }

  .social-grid {
    grid-template-columns: repeat(4, 1fr);
    max-width: 600px;
  }

  .serves-grid {
    grid-template-columns: repeat(5, 1fr);
  }

  .partnership-cta-group {
    flex-direction: row;
    justify-content: center;
    max-width: none;
  }

  .partnership-cta-group .btn {
    flex: 0 1 auto;
    min-width: 240px;
  }
}

/* ============================================
   DESKTOP (1024px+)
   ============================================ */
@media (min-width: 1024px) {
  .sticky-desktop-nav {
    display: flex;
  }

  .mobile-sticky-bar {
    display: none;
  }

  .hero {
    padding: 120px 48px 80px;
    min-height: 100vh;
  }

  .hero-content {
    max-width: 1200px;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    grid-template-areas:
      "pre pre"
      "cover text"
      "scroll scroll";
    gap: 64px;
    align-items: center;
    text-align: left;
  }

  .pre-headline {
    grid-area: pre;
    text-align: center;
  }

  .hero-cover-wrap {
    grid-area: cover;
    max-width: 360px;
    margin: 0;
  }

  .hero-text {
    grid-area: text;
  }

  .hero-headline {
    font-size: 2.25rem;
  }

  .hero-title {
    font-size: 7.5rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .hero-cta-group {
    justify-content: flex-start;
  }

  .scroll-cue {
    grid-area: scroll;
    text-align: center;
  }

  .section-heading {
    font-size: 3rem;
  }

  .section-anchor {
    font-size: 3rem;
  }

  .pull-quote {
    font-size: 4rem;
  }

  .author-name {
    font-size: 4rem;
  }

  .email-heading {
    font-size: 3rem;
  }

  .author {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 64px;
    align-items: center;
    padding: 120px 48px;
  }

  .author-text {
    text-align: left;
    margin: 0;
  }

  .author-photo-wrap {
    margin: 0;
    max-width: 100%;
  }

  .testimonial-cards {
    grid-template-columns: repeat(3, 1fr);
  }

  .offer-grid {
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
  }

  .trailer,
  .story,
  .offers,
  .social-proof,
  .email-capture,
  .social-follow,
  .institutional-zone {
    padding-left: 48px;
    padding-right: 48px;
  }

  .institutional-zone {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .institutional-headline {
    font-size: 4rem;
  }

  .pillars-grid,
  .materials-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .block-heading {
    font-size: 3rem;
  }

  .story {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .offers {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .email-card {
    padding: 96px 64px;
  }
}

/* ============================================
   WIDE (1440px+)
   ============================================ */
@media (min-width: 1440px) {
  .hero-content,
  .author {
    max-width: 1280px;
  }
}

/* ============================================
   REDUCED MOTION
   ============================================ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  html {
    scroll-behavior: auto;
  }
}
